Computer and Modernization ›› 2010, Vol. 1 ›› Issue (3): 180-4.doi: 10.3969/j.issn.1006-2475.2010.03.051

• 算法分析与设计 • Previous Articles     Next Articles

Simulation of Airport Queuing System Based on TPA Method

LIU Chong, ZHUANG Chang-yuan   

  1. Nanjing University of Aeronautics and Astronautics, Nanjing 210016, China
  • Received:2009-10-26 Revised:1900-01-01 Online:2010-03-20 Published:2010-03-20

Abstract:

In analysis of the M/M/C/N/∞ queuing system in the scene of airport, this paper proposes how to deal with the Btype event which is changed to Ctype event due to the additional conditions using Three Phase Approach simulation strategy to design specific simulation system. Meanwhile, the existing TPA is improved, so that the TPA process can be described more clearly, and makes the program design more easily. The simulation system is realized by C#.NET and Linq, two languages focusing on logical process. The simulation result can be obtained with the change of the parameters track and queue in the system. The simulation system can handle the condition in track≥1 and queue≥1. At last, this paper gives a simple analysis of the simulation result and compares the simulation result to the theoretical result by queuing theory. 

Key words: three phase approach(TPA), simulation, queuing theory, system design, .NET